home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 April: Mac OS SDK / Dev.CD Apr 96 SDK / Dev.CD Apr 96 SDK1.toast / Development Kits (Disc 1) / OpenDoc / Sample Code / Sample Editors⁄Viewers / SamplePart (C++) / Source / SamplePartGlobals.cpp < prev    next >
Encoding:
C/C++ Source or Header  |  1995-12-06  |  477 b   |  21 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        SamplePartGlobals.cpp
  3.  
  4.     Contains:    SamplePart globals
  5.  
  6.     Written by:    Steve Smith
  7.  
  8.     Copyright:    © 1995 by Apple Computer, Inc., all rights reserved.
  9. */
  10.  
  11.  
  12. #ifndef _SAMPLEPARTGLOBALS_
  13. #include "SamplePartGlobals.h"
  14. #endif
  15.  
  16. //==============================================================================
  17. // Globals
  18. //==============================================================================
  19.  
  20. ODUShort            gGlobalsUsageCount    = 0;
  21. SamplePartGlobals*    gGlobals            = kODNULL;